Skip to content

Commit cb7a78c

Browse files
authored
Merge pull request #53 from unixorn/add-funky-framework
Add Funky framework
2 parents ca5b7e0 + d7fc16d commit cb7a78c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Readme.md

+10
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [Chalice](#chalice)
1818
- [Colly](#colly)
1919
- [Dawson-cli](#dawson-cli)
20+
- [Funky](#funky)
2021
- [Hexaville](#hexaville)
2122
- [Middy](#middy)
2223
- [Power-jambda](#power-jambda)
@@ -82,6 +83,15 @@ Another Javascript serverless framework for AWS Lambda and API Gateway.
8283

8384
A serverless web framework for Node.js on AWS (CloudFormation, CloudFront, API Gateway, Lambda).
8485

86+
### [Funky](https://github.com/neapjs/funky)
87+
88+
__*Universal Serverless Web Framework*__. Write code for serverless similar to [Express](https://expressjs.com/) once, deploy everywhere (thanks to the awesome [Zeit Now-CLI](https://zeit.co/now)). This also includes creating functions that can get triggered by [Google Cloud PubSub topics](https://cloud.google.com/pubsub/docs/overview).
89+
90+
**Targeted platforms:**
91+
- [__*AWS Lambdas*__](https://aws.amazon.com/lambda)
92+
- [__*Google Cloud Functions*__](https://cloud.google.com/functions/) (incl. reacting to [__*Pub/Sub events*__](reacting-to-google-pubsub-topics) or __*Storage changes*__)
93+
- [__*Zeit Now*__](https://zeit.co/now) (using express under the hood)
94+
8595
### [Hexaville](https://github.com/noppoMan/Hexaville)
8696

8797
Hexaville is a serverless framework for Swift using AWS Lambda + ApiGateway etc as a back end. Build applications in Swift comprised of microservices that run in response to events, automatically scale to meet demand, and only be charged for time actually spent running.

0 commit comments

Comments
 (0)