Skip to content

ngs-lang/ngs-web-ui-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngs-web-ui-proxy

Background

  • NGS shell server exposes JSON-RPC over Unix socket
  • We would like to connect to the NGS shell server from the browser

NGS Web UI Proxy

This project is the transcoder/bridge between the browser and the NHS shell server.

  • Exposes Websocket interface to the clients
  • Talks JSON-RPC to the upstream, through Unix socket specified as command line argument

Browser -- Websocket -- this project (transcoder) -- JSON-RPC -- NGS shell server