Editor.js is a block-styled editor with clean JSON output.Blocks are structural units, of which the Entry is composed. For example, Paragraph, Heading, Image, Video, List are Blocks. Each Block is represented by Plugin. We have many ready-to-use Plugins and a simple API for creating new ones.
Best jQuery Core Java Script Plugins & Tutorials with Demo
Sql.js: SQLite Compiled to JavaScript
Sql.js is a port of SQLite to Webassembly, by compiling the SQLite C code with Emscripten. It uses a virtual database file stored in memory, and thus doesn’t persist the changes made to the database. However, it allows you to import any existing sqlite file, and to export the created database as a javascript typed array.
Beetle.js : Data Manager for Javascript
Beetle is a data manager for Javascript. The goal is to be able to work with data as easy as Entity Framework and LINQ.
- Tracks objects and persists changes to server
- Can work with Knockout and ES5 properties (others can be implemented easily)
- Can work with Q, Angular, ES6 and jQuery promises
- Supports data model inheritance
- Supports aggregate functions
- Can work without metadata
- Can work with Mvc and WebApi Controllers
- Supports property, entity validations
- Can use existing data annotation validations (carries multi-language resource messages to client)
- Can query server with Http POST
- Can be extended to support almost every library (client and server side), flexible architecture
- Auto fix navigation properties (after foreign key set, entity attach etc..)