From 3c2e90fa8ea76c8041b3a12f4cbbab0e2d9d423d Mon Sep 17 00:00:00 2001 From: Herb Caudill Date: Thu, 14 Nov 2019 17:19:30 +0100 Subject: [PATCH] README.md: update --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c73fd65..33ef50a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cevitxe signal server -This is a deployment wrapper for the [Cevitxe](https://github.com/DevResults/cevitxe) signal server. +This is a deployment wrapper for [cevitxe-signal-server](https://github.com/DevResults/cevitxe/packages/cevitxe-signal-server). ## Installing and running locally @@ -17,11 +17,11 @@ You should see confirmation on the command line that it's running. You can visit that address with a web browser to confirm that it's active. If it is, you'll see this: -![image](https://user-images.githubusercontent.com/2136620/68671483-b37b9f00-054f-11ea-8043-c5f028e38ef2.png) + ## Deploying to Glitch -This server can run on [Glitch](https://glitch.com). Remix the +This server can run on [Glitch](https://glitch.com). Remix the [**cevitxe-signal-server**](https://glitch.com/edit/#!/cevitxe-signal-server) project. ![image](https://user-images.githubusercontent.com/2136620/68673397-ef186800-0553-11ea-9840-45963ad4c18d.png) @@ -74,3 +74,7 @@ git remote add azure https://USERNAME@cevitxe-signal-server.scm.azurewebsites.ne git push azure master az webapp browse --name cevitxe-signal-server ``` + +## AWS Lambda, Azure Functions, Zeit Now, Serverless, Cloudwatch Workers, etc. + +Since true serverless functions are stateless and only spun up on demand, they're not a good fit for this server, which needs to remember information about connected peers and maintain a stable websocket connection with each one.