Thin Web server in Ruby language and nodejs coordination problem

Source: Internet
Author: User

The current Ruby language is hot among programmers, and the open source community is constantly having new ruby apps. Thin and Sinatra are the best of the Times.

But new things always have a maturity, just as any upgrades have a price. Sinatra and Thin together, in some scenarios there are problems.

The author encountered the situation is like this.

The author's application structure is as follows:

Web Browser--> nodejs--> Thin-->

The problem appears on the path of Nodejs--> Thin: Thin parsing the JSON data sent by Nodejs error, Thin received JSON data, the original data will be preceded by a string of numbers, the sample is as follows:

88
{"XX": "A", "yy": "B"}
0

Through the Google search solution, it is found that nodejs and thin are incompatible. The way to solve this problem is to choose one of Nodejs and thin, and later I changed the thin, using Ruby native Web container webrick. The way to use Webrick in Sinatra is:

Rackup-p 8090-s Webrick

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.