Giter VIP home page Giter VIP logo

sipgate.io-barcamp.ruhr's Introduction

sipgate.io-barcamp.ruhr

this is a very simple example of how to use sipgate.io with meteor

this code is meant to be used in a workshop, it is not production ready and should never be used in a production environment.

requirements

remote access

You need a way to expose your local machine to the public internet. You can also do this using port forwarding or an ssh reverse proxy. proxylocal is pretty much the easiest way though.

sudo gem install proxylocal

to expose your local meteor instance use

proxylocal 3000

copy the URL given by proxylocal into both (incoming and outgoing) sipgate.io URL fields and add "/io"

router

To be able to respond differently to another URL you will need a router. A very simple solution for meteor is the cfs:http-methods package.

testing

to test your code locally without making any actual calls you can just use curl

curl -X POST --data "from=492111234567&to=4915791234567&direction=in" http://localhost:3000/io

sipgate.io-barcamp.ruhr's People

Contributors

blackmac avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.