Skip to content

abdotaker608/networks-socket-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Socket Programming Assignment

This is a simple chat app that is written in Typescript using web sockets.

You can check a live demo here.

To get the app working locally you have to do the following:

  1. Clone the repository
  2. To run the server in /server do:
  • Run yarn install
  • Run yarn dev
  • To build the projet run yarn build
  1. To run the server in /client do:
  • Run yarn install
  • Run yarn start
  • To build the project yarn build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published