All Projects → Azure → ms-rest-js

Azure / ms-rest-js

Licence: MIT License
Runtime for isomorphic javascript libraries generated by Autorest

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to ms-rest-js

ts-browser
🦄 Compile (in worker threads) and run TypeScript in the browser via <script type='text/typescript'>
Stars: ✭ 49 (-9.26%)
Mutual labels:  runtime
Contemplate
Contemplate: Fast, extendable object-oriented and light-weight Template Engine for PHP, Python, Node.js, Browser and XPCOM/SDK JavaScript
Stars: ✭ 15 (-72.22%)
Mutual labels:  isomorphic
core
A library for making isomorphic React components with RxJS
Stars: ✭ 12 (-77.78%)
Mutual labels:  isomorphic
substrate-tcr
A Parity Substrate runtime implementation of a simple Token Curated Registry (TCR)
Stars: ✭ 45 (-16.67%)
Mutual labels:  runtime
fetch
Isomorphic Wordpress API client and React hooks - super tiny, super fast.
Stars: ✭ 47 (-12.96%)
Mutual labels:  isomorphic
ph-commons
Java 1.8+ Library with tons of utility classes required in all projects
Stars: ✭ 23 (-57.41%)
Mutual labels:  runtime
AppRun
AppDir runtime components
Stars: ✭ 19 (-64.81%)
Mutual labels:  runtime
AMLeaksFinder
A small tool for automatically detecting the [controller, view memory leak] in the project. 一款用于自动检测项目中【控制器内存泄漏,View 内存泄漏】的小工具,支持 ObjC,Swift。
Stars: ✭ 89 (+64.81%)
Mutual labels:  runtime
therapi-runtime-javadoc
Read Javadoc comments at run time.
Stars: ✭ 50 (-7.41%)
Mutual labels:  runtime
ng2-rest
Isomorphic, simple, robust REST API library for Browser and NodeJS, ( ts / js ) apps
Stars: ✭ 26 (-51.85%)
Mutual labels:  isomorphic
Corium
Corium is a modern scripting language which combines simple, safe and efficient programming.
Stars: ✭ 18 (-66.67%)
Mutual labels:  runtime
quranicaudio-app
QuranicAudio.com Mobile App
Stars: ✭ 44 (-18.52%)
Mutual labels:  isomorphic
isomorphic-relay-boilerplate
No description or website provided.
Stars: ✭ 30 (-44.44%)
Mutual labels:  isomorphic
maps-app-ios
Your organisation's mapping app built with the Runtime SDK for iOS
Stars: ✭ 16 (-70.37%)
Mutual labels:  runtime
xlib
Your isomorphic toolbox
Stars: ✭ 18 (-66.67%)
Mutual labels:  isomorphic
cabasa
Haxe Framework for WebAssembly
Stars: ✭ 30 (-44.44%)
Mutual labels:  runtime
SharpLoader
🔮 [C#] Source code randomizer and compiler
Stars: ✭ 36 (-33.33%)
Mutual labels:  runtime
typical
Isomorphic, functional type-checking for Javascript
Stars: ✭ 17 (-68.52%)
Mutual labels:  isomorphic
movies
Real world isomorphic application for movies search, based on Webpack 5 / Express / React 17 + Redux-Saga / Bootstrap 4.6 + CSS Modules / i18next / SSR
Stars: ✭ 20 (-62.96%)
Mutual labels:  isomorphic
PyChakra
🔥✨🚀Python binding to Microsoft Chakra JavaScript Engine.
Stars: ✭ 27 (-50%)
Mutual labels:  runtime

ms-rest-js

Build Status

Runtime for isomorphic javascript libraries (that work in the browser and node.js environment) generated via Autorest.

Requirements

  • Node.js version > 6.x
  • npm install -g typescript

Installation

  • After cloning the repo, execute npm install

Execution

Node.js

  • Set the subscriptionId and token as instructed in samples/node-samples.ts
  • Run npx ts-node samples/node-sample.js

In the browser

  • Run npm run build
  • Set the subscriptionId and token then
  • Open index.html file in the browser. It should show the response from GET request on the storage account. From Chrome type Ctrl + Shift + I and you can see the logs in console.

Architecture Overview

You can find an explanation of how this repository's code works by going to our architecture overview.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

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