GithubHelp home page GithubHelp logo

bslatkin / 8-bits Goto Github PK

View Code? Open in Web Editor NEW
12.0 5.0 0.0 21.86 MB

Ephemeral stream app

Home Page: http://ephemeral.im

License: Apache License 2.0

Java 22.09% JavaScript 7.74% Shell 0.45% Python 69.72%

8-bits's Introduction

Logo

Overview

Have a private chat with close friends. Only people with the secret link can join. Share silly websites, images, and stories. Be serious when you need to. Each post is auto-deleted after ten days, fading like memories.

This is the open source project, called 8-bits of ephemera. The live site is ephemeral.im

Contributing

Patches welcome! Please first sign the Contributor License Agreement (generated by Project Harmony).

Disclaimer

The source code and opinions expressed on this site belong to the participants in the project, respectively, not to their employers or clients.

Directions

You'll need Python 2.7 and the App Engine SDK.

Run this command to build PyCrypto. It's built locally so it won't pollute your global site-packages. Using Brew is fine too.

cd pycrypto
python setup.py build

You need some secret keys for the session cookie library and XSRF protection. Run this script once to generate them.

./make_secrets.sh

To run the app locally

./run_server.sh
# Navigate to http://localhost:8080

To see frontend tests

./run_server.sh
# Navigate to http://localhost:8080/tests/index.html

To compile the JS into a binary

./gendepsfile.sh
./compile.sh
# Notice that deps.js and compiled.js have changed

To deploy

Make sure you change backend/app.yaml to use your app ID and version number. Then run:

appcfg.py update backend

You can test a new version on a URL like http://your-version-id.your-app-id.appspot.com/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.