A really basic chat example of kiss.io that demonstrates at the most minimal level how to create a namespace, how to attach to it a router, and finally how to mount it onto the server.
$ cd kiss.io-example-chat
$ npm install --save
$ npm start
in your browser: go to http://localhost:3000
to interact with the demo.
- Multiple users can join the chat by each entering a unique username on website load.
- Users can type chat messages to the chat room.
- A notification is sent to all users when a user joins or leaves the chatroom.
Based upon socket.io chat example, written by the following contributers:
-- Grant Timmerman (grant)
-- Cody Massin (keyosk)
-- Matt Canty (matthewcanty)
-- Adam Snodgrass (overra)
-- Guillermo Rauch (rauchg)
-- Dan Callahan (callahad)
-- Andrew Patton (acusti)
-- Naoyuki Kanezawa (nkzawa)
Adapted to kiss.io v0.4.0-alpha.1 by Amit Evron.
BSD