gcpserver

A generic network communications library which eases the development of client->server web applications.

Usage no npm install needed!

<script type="module">
  import gcpserver from 'https://cdn.skypack.dev/gcpserver';
</script>

README

gcpserver

The Generic Control Protocol, or GCP, aims to make the development of client-server software as easy as possible by quietly abstracting the communications layer, leaving the developer free to create exposed functions on the server and seamlessly call them from the client.