/socket-io-example

Socket.io + Angular Example usage

Primary LanguageTypeScript

Socket.Io + Angular Example usage

Clone Project

git clone https://github.com/lironka/socket-io-example.git
npm install
cd ./socket-server
npm install
cd ..

Run Backend

Server run on http://localhost:4444/

cd ./socket-server
node app.js

Run Frontend

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.


This project was generated with Angular CLI version 7.3.5.