Skip to content

stenver/simple_socket_chat_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_socket_chat_example

Simple minimalistic chat example for Tartu University Creating Web Applications class.

Download and install nvm(node version manager) https://github.com/creationix/nvm Dont forget to export nvm in your bash or profile!

Download latest node verion

nvm install 0.10.26

Go to the projects directory and make sure you use the latest node version

nvm use 0.10.26

Once there, install all the projects dependencies using node package manager

npm install

Now you can start the server with the command

node app.js

Visit the page in http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published