All Projects → elm-community → Js Integration Examples

elm-community / Js Integration Examples

Licence: bsd-3-clause
Examples of common uses of ports and web components

Programming Languages

javascript
184084 projects - #8 most used programming language
elm
856 projects

Projects that are alternatives of or similar to Js Integration Examples

Omega
Real-time issue tracker optimized for small teams
Stars: ✭ 115 (+27.78%)
Mutual labels:  websockets, localstorage
Arduinowebsockets
arduinoWebSockets
Stars: ✭ 1,265 (+1305.56%)
Mutual labels:  websockets
Sec Api
sec.gov EDGAR API | search & filter SEC filings | over 150 form types supported | 10-Q, 10-K, 8, 4, 13, S-11, ... | insider trading
Stars: ✭ 71 (-21.11%)
Mutual labels:  websockets
Websocket Client
Async WebSocket client for PHP based on Amp.
Stars: ✭ 83 (-7.78%)
Mutual labels:  websockets
React Easy Params
🔗 Auto synchronize your state with the URL and LocalStorage.
Stars: ✭ 73 (-18.89%)
Mutual labels:  localstorage
Localslackirc
IRC gateway for slack, running on localhost for one user
Stars: ✭ 84 (-6.67%)
Mutual labels:  websockets
Socketcluster Server
Minimal server module for SocketCluster
Stars: ✭ 70 (-22.22%)
Mutual labels:  websockets
Draw
Real-time collaborative whiteboard on the web
Stars: ✭ 89 (-1.11%)
Mutual labels:  websockets
Jsql
jSQL is the "official" Javascript Query Language - A database written in Javascript for use in a browser or Node.
Stars: ✭ 85 (-5.56%)
Mutual labels:  localstorage
Hookah
A cross-platform tool for data pipelines.
Stars: ✭ 83 (-7.78%)
Mutual labels:  websockets
Laravel Blog
Laravel 8.0 blog application with Vue.js, Homestead, Horizon, Telescope and Pusher
Stars: ✭ 1,248 (+1286.67%)
Mutual labels:  websockets
Godb.js
IndexedDB with Intuitive API,轻松搞定浏览器数据库🎉
Stars: ✭ 78 (-13.33%)
Mutual labels:  localstorage
Codeigniter Ratchet Websocket
This library contains the demo of commenting/posting realtime using CodeIgniter+AngularJS+Ratchet PHP Websocket
Stars: ✭ 84 (-6.67%)
Mutual labels:  websockets
Checklist Tools Website
🍿 The perfect Checklist Website for meticulous developers.
Stars: ✭ 73 (-18.89%)
Mutual labels:  localstorage
Swindon
An HTTP edge (frontend) server with smart websockets support
Stars: ✭ 87 (-3.33%)
Mutual labels:  websockets
Duilib Miniblinkbrowser
用duilib做的miniblink的浏览器
Stars: ✭ 72 (-20%)
Mutual labels:  websockets
Angular Websocket
↖️ The missing Angular WebSocket module for connecting client applications to servers by @AngularClass
Stars: ✭ 1,242 (+1280%)
Mutual labels:  websockets
Theme Builder
The theming system helps you in building a theme of your choice and apply it to test live. Why wait? Just give it a try.
Stars: ✭ 82 (-8.89%)
Mutual labels:  localstorage
Mentat
scalable group chat with tags and pretty good privacy.
Stars: ✭ 89 (-1.11%)
Mutual labels:  websockets
Rabbitmq Web Stomp
Provides support for STOMP over WebSockets
Stars: ✭ 87 (-3.33%)
Mutual labels:  websockets

Using JS within Elm

Elm can interact with JavaScript in three ways:

Not all browser APIs are covered by an official package yet, so if you are evaluating using Elm in your company, definitely browse through the examples here to get familiar with flags, ports, and custom elements to make sure these interop mechanisms will fully meet your needs. It may be safest to circle back to Elm later if not!

Ports

Custom Elements

Do you want to know more?

The top-level examples presented here are intentionally boiled down to a minimal setup for you to understand the basic ideas and get started quickly. As the web platform is a place with a lot of history and odd API corners there are more involved examples and tutorials to be explored in the more section.

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].