All Projects → harrysolovay → ts-browser

harrysolovay / ts-browser

Licence: other
🦄 Compile (in worker threads) and run TypeScript in the browser via <script type='text/typescript'>

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ts-browser

squire
The medieval language held together by twine.
Stars: ✭ 42 (-14.29%)
Mutual labels:  runtime
component-runtime
Talend Component Kit (implementation repository)
Stars: ✭ 22 (-55.1%)
Mutual labels:  runtime
data-collection-ios
Mobile data collection app using the iOS Runtime SDK.
Stars: ✭ 24 (-51.02%)
Mutual labels:  runtime
wac-esp
Web Assembly Interpreter for ESP32 family of micro controllers running the ESP-IDF development framework, based on the great work at kanaka/wac
Stars: ✭ 66 (+34.69%)
Mutual labels:  runtime
floweret
Runtime type annotations for CoffeeScript (and JavaScript too!)
Stars: ✭ 20 (-59.18%)
Mutual labels:  runtime
JqueryDataTablesServerSideDemo
Jquery DataTables with Asp.Net Core server side multi column sorting and searching Demo Project.
Stars: ✭ 43 (-12.24%)
Mutual labels:  runtime
TPreventUnrecognizedSEL
Use TPreventUnrecognizedSEL can make you project prevent the unrecognized selector crash
Stars: ✭ 17 (-65.31%)
Mutual labels:  runtime
wymlp
tiny fast portable real-time deep neural network for regression and classification within 50 LOC.
Stars: ✭ 36 (-26.53%)
Mutual labels:  on-the-fly
aegis-host
This is the ÆGIS federated application host. Federated components are independently deployable, written by multiple teams in multiple languages, and loaded from multiple repos and network locations at runtime, yet capable of running together in a single process or as distributed components in the ÆGIS application fabric.
Stars: ✭ 197 (+302.04%)
Mutual labels:  runtime
openjdk-runtime
Google Cloud Platform OpenJDK Docker image
Stars: ✭ 58 (+18.37%)
Mutual labels:  runtime
Kubernetes-and-Cloud-Native-Associate-KCNA
Useful notes for the KCNA - Kubernetes and Cloud Native Associate
Stars: ✭ 162 (+230.61%)
Mutual labels:  runtime
northstar
Embedded container runtime
Stars: ✭ 82 (+67.35%)
Mutual labels:  runtime
dxx
Windows Kernel Driver with C++ runtime
Stars: ✭ 128 (+161.22%)
Mutual labels:  runtime
go-wasm
Run WASM built from Go in Go
Stars: ✭ 58 (+18.37%)
Mutual labels:  runtime
maps-app-dotnet
Your organization's suite of cross platform mapping apps built with the ArcGIS Runtime SDK for .NET
Stars: ✭ 20 (-59.18%)
Mutual labels:  runtime
wasm-joey
Serverless Wasm - A lightweight Node.js application for deploying and executing WebAssembly(Wasm) binary-code via HTTP
Stars: ✭ 48 (-2.04%)
Mutual labels:  runtime
CJMethodLog
Objective-C 函数日志监听系统,可监听任意类,任意类的任意方法的调用日志。
Stars: ✭ 26 (-46.94%)
Mutual labels:  runtime
cabasa
Haxe Framework for WebAssembly
Stars: ✭ 30 (-38.78%)
Mutual labels:  runtime
AppRun
AppDir runtime components
Stars: ✭ 19 (-61.22%)
Mutual labels:  runtime
Arteries
A procedural modeling toolkit base on UE4 blueprint
Stars: ✭ 92 (+87.76%)
Mutual labels:  runtime

About

Zero-config TypeScript compilation for web browsers. Sped substantially thanks to web workers and service workers, ts-browser is equipped for production use in small projects. Beyond its speed, the minified build is ~4kb gzipped!

Usage

<!-- include ts-browser -->
<script type="text/javascript" src="https://unpkg.com/ts-browser"></script>

<!-- include your TypeScript file -->
<script type="text/typescript" src="your/typescript/file.ts"></script>

Can I use?

Web Workers are––at the time of writing this README––supported by 92.74% of web browsers. Blobs (another API used by ts-browser) are supported by 93.02% of browsers. Here's a common opinion on this debate, in case you're undecided.

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