KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
drag-and-drop
★ 10
Open GitHub ↗
drag and drop demo
Download README (.md)
Explore Similar Repositories
TinyREST
:
Basic setting of REST environment for Nette
piximgen
:
Pixel graphics library for PHP.
instaclone
:
Howto create an instagram like service using Silex and Camanjs
netty-examples
:
netty-examples
drfrederson
:
static website generator powered by PHP, YAML, Markdown and mustache
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
drag-and-drop
?
Download (.md)
Three versions of a simple drag-and-drop app. Version 1: Store all positions in Mongo on every mouse move. Works, but updates are slow. Version 2: Store all positions in a minimongo-backed in-memory databse. Fast, but restarting the server loses track of positions. Version 3: A hybrid approach -- while dragging, store position in memory; on drop, store in Mongo. See the three revisions at https://github.com/avital/drag-and-drop/commits/master