/angular-go-websocket

create a real time communication with a go server using websocket

Primary LanguageTypeScript

Angular-Go-websocket

This project uses the new built-in websocket in browser to instantiate a real time communication with a server written in Go

Requirements

  • Node latest v8+
  • NPM v3+
  • Go v1

Launch the project

  • launch the server
    • cd <rest>
    • go build rest.go
  • launch the client
    • cd <frontend>
    • npm start

The application will be running at : http://localhost:4200