I'm new to Java, and I wanted to do something cool with it. I came up with the idea to set up a local server for my home with it as the first step. I want a simple server running without internet, which all the devices connected to my home wifi can view.
On a later stage, I'm planning to do various stuff with it, like for starters a simple chat application. Or a portal for sharing files between my devices.
And in the end product, I want to do streaming. Like the host plays a music on the server and all the connected devices can go to the page and listen to the same music completely synced. Or stream a video!
It's just an idea for the moment, I know this kind of stuff may take a lot of research work, but being new I'm really confused where to start. I just need suggestions/guidance if what I'm saying is possible, and what can I do to get to where I want.
Thanks in advance! :)