Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add example Ruby WebSocket chat #718

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ serverless install -u https://github.com/author/project -n my-project
| **[Serverless Python Rds Cron](https://github.com/caulagi/serverless-python-rds-cron)** <br/> A serverless python example that periodically removes entries from AWS RDS | [caulagi](http://github.com/caulagi) |
| **[Serverless Python Sample](https://github.com/bennybauer/serverless-python-sample)** <br/> A simple serverless python sample with REST API endpoints and dependencies | [bennybauer](http://github.com/bennybauer) |
| **[Serverless React Boilerplate](https://github.com/99xt/serverless-react-boilerplate)** <br/> A serverless react boilerplate for offline development | [99xt](http://github.com/99xt) |
| **[Serverless Ruby WebSocket Chat](https://github.com/IidaTakuma/ws-simple-chat)** <br/> Simple WebSocket Chat composed of ServerlessFramework, AWS and Ruby | [IidaTakuma](http://github.com/IidaTakuma) |
| **[Serverless Screenshot](https://github.com/svdgraaf/serverless-screenshot)** <br/> Serverless Screenshot Service using PhantomJS | [svdgraaf](http://github.com/svdgraaf) |
| **[Serverless Slack Cron](https://github.com/ivanderbu2/serverless-slack-cron)** <br/> Lambda function which sends messages to Slack channel in regular intervals via cron trigger. | [ivanderbu2](http://github.com/ivanderbu2) |
| **[Serverless Slack Emojibot](https://github.com/markhobson/emojibot)** <br/> Serverless slack bot for emoji | [markhobson](http://github.com/markhobson) |
Expand Down
5 changes: 5 additions & 0 deletions community-examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,5 +576,10 @@
"name": "AWS Node Typescript Warmup Lambda Example",
"description": "The following simple example shows how to solve the cold start problem of AWS lambda functions, through keeping function warm using Serverless WarmUp Plugin.",
"githubUrl": "https://github.com/Pigius/AWS-Node-Typescript-Warmup-Lambda-Example"
},
{
"name": "Serverless Ruby Websocket Chat",
"description": "Simple WebSocket Chat composed of ServerlessFramework, AWS and Ruby",
"githubUrl": "https://github.com/IidaTakuma/ws-simple-chat"
}
]