All Projects → metrue → Yoyo

metrue / Yoyo

A dead simple comment engine built on top of AWS lambda and React, alternative comment service to Disqus.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Yoyo

Serverless Express
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, Lambda@Edge, and ALB.
Stars: ✭ 4,265 (+1930.95%)
Mutual labels:  api-gateway, serverless, aws-lambda, dynamodb
Discfg
A distributed, serverless, configuration tool using AWS services
Stars: ✭ 75 (-64.29%)
Mutual labels:  serverless, aws-lambda, dynamodb
Contacts api
Serverless RESTful API with AWS Lambda, API Gateway and DynamoDB
Stars: ✭ 66 (-68.57%)
Mutual labels:  serverless, aws-lambda, dynamodb
Jrestless
Run JAX-RS applications on AWS Lambda using Jersey. Supports Spring 4.x. The serverless framework can be used for deployment.
Stars: ✭ 93 (-55.71%)
Mutual labels:  api-gateway, serverless, aws-lambda
Dialetus Service
API to Informal dictionary for the idiomatic expressions that each Brazilian region It has
Stars: ✭ 202 (-3.81%)
Mutual labels:  serverless, aws-lambda, dynamodb
Aws Power Tuner Ui
AWS Lambda Power Tuner UI is an open source project creating a deployable easy to use website built on a layered technology stack allowing you to optimize your Lambda functions for cost and/or performance in a data-driven way via an easy to use UI.
Stars: ✭ 52 (-75.24%)
Mutual labels:  api-gateway, serverless, aws-lambda
Serverless Sinatra Sample
Demo code for running Ruby Sinatra on AWS Lambda
Stars: ✭ 195 (-7.14%)
Mutual labels:  api-gateway, serverless, aws-lambda
Graphql Serverless
Sample project to guide the use of GraphQL and Serverless Architecture.
Stars: ✭ 28 (-86.67%)
Mutual labels:  serverless, aws-lambda, dynamodb
Serverless Architectures Aws
The code repository for the Serverless Architectures on AWS book
Stars: ✭ 120 (-42.86%)
Mutual labels:  api-gateway, serverless, aws-lambda
Serverless
Serverless 架构应用开发指南 - Serverless Architecture Application Development Guide with Serverless Framework.
Stars: ✭ 1,616 (+669.52%)
Mutual labels:  serverless, aws-lambda, dynamodb
Serverless Next.js
⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components
Stars: ✭ 2,977 (+1317.62%)
Mutual labels:  api-gateway, serverless, aws-lambda
Serverless Es Logs
A Serverless plugin to transport logs to ElasticSearch
Stars: ✭ 51 (-75.71%)
Mutual labels:  api-gateway, serverless, aws-lambda
Aws Serverless Java Container
A Java wrapper to run Spring, Jersey, Spark, and other apps inside AWS Lambda.
Stars: ✭ 1,054 (+401.9%)
Mutual labels:  api-gateway, serverless, aws-lambda
Up
Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.
Stars: ✭ 8,439 (+3918.57%)
Mutual labels:  api-gateway, serverless, aws-lambda
Corgi
AWS Lambda / API Gateway native, fast and simple web framework
Stars: ✭ 44 (-79.05%)
Mutual labels:  api-gateway, serverless, aws-lambda
Lambda Refarch Webapp
The Web Application reference architecture is a general-purpose, event-driven, web application back-end that uses AWS Lambda, Amazon API Gateway for its business logic. It also uses Amazon DynamoDB as its database and Amazon Cognito for user management. All static content is hosted using AWS Amplify Console.
Stars: ✭ 1,208 (+475.24%)
Mutual labels:  serverless, aws-lambda, dynamodb
Aws Mobile React Native Starter
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
Stars: ✭ 2,247 (+970%)
Mutual labels:  api-gateway, serverless, dynamodb
Lambda Api
Lightweight web framework for your serverless applications
Stars: ✭ 929 (+342.38%)
Mutual labels:  api-gateway, serverless, aws-lambda
Workshop Donkeytracker
Workshop to build a serverless tracking application for your mobile device with an AWS backend
Stars: ✭ 27 (-87.14%)
Mutual labels:  api-gateway, serverless, dynamodb
Serverless Sharp
Serverless image optimizer for S3, Lambda, and Cloudfront
Stars: ✭ 102 (-51.43%)
Mutual labels:  api-gateway, serverless, aws-lambda

A dead simple comment engine alternative to Disqus.

Features:

  • [x] Markdown supported
  • [x] Mention to reply
  • [x] Image in comment

Usage

Place the following code where you'd like YoYo to load:

<div id="YoYo"></div>
<script src="https://yoyo-client-production.s3.amazonaws.com/dist/index.js"></script>

Deploy On You Own

YoYo is build on top of AWS, so you have to have a AWS Account and setup your AWS Credentials ready.

YoYo APIs is runing on AWS Lambda, AWS API Gateway, and AWS Dynamodb.

YoYo client is build on top React, then deployed on AWS S3 with AWS CloudFront.

  • Deploy API
$ cd api
$ npm install
$ npm run deploy:production # or npm run deploy:staging, npm run deploy:testing

Run test on API:

$ [email protected] \
    SENDGRID_API_KEY=<your sendgrid api key> \
    SITE_OWNER_EMAIL=<your email> \
    npm test
  • Build Client
# cd client
# npm install
# npm run build-prod # or 'npm run develop' to do development on local

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].