An open API service indexing awesome lists of open source software.

https://github.com/y-js/meme-together

Collaborative Meme Editing *trollface*
https://github.com/y-js/meme-together

Last synced: 2 months ago
JSON representation

Collaborative Meme Editing *trollface*

Awesome Lists containing this project

README

        

This is a showcase project for [Yjs](https://github.com/y-js/yjs).

Create memes collaboratively. Everyone is able to see the changes you make in Real-Time. Open this page in another tab and be amazed. You find the complete source code for this example on here. You can also include this in your project, if you want.

Test it out now on [my homepage](http://y-js.org/meme-together/)

# Howto include this
```

```
In your body you can use this element like this.
```

```

If you start a master client for your instance, you are able to serve thousands of users. Therefore you must set the syncMethod to "master-slave" and start the server with your room. (Check out server.js)

E.g.:
```

```

By default, meme-together creates a room that has the value of `window.location.host`. Therefore every server has another instance. You can also set, or retrieve the current room: `$("meme-together")[0].room`.