A simple feed realtime website with BlueprintAPI, Sails Socket.IO and Faker 😈
- Run
npm install
. - Run
sails lift
. - Go to
http://localhost:1337
to see the results.
Note: You should open some browser windows to see the socket effect.
- Show the amount of client connected.
- Allow many clients chat.
- Design simple DB for chat with User and Chat
- Implement simple chat with socket.
Happy learning 😁