Bitcamp(Bootcamp) Team Project, Nov 2016
The trend of travel is changing from group to solo. Even though they can be able to go travel whenever and wherever they want, It’s pretty hard to find a suitable company for the right time. And they’re also no proper platforms to hook them up between solo travellers. So at that point, we came up with the concept of 'We Trip'.
We trip helps you find an accompanies to make your trip joyful!
-
AJAX
Asynchronous JavaScript and XML (AJAX) is the art of exchanging data with a server, and updating parts of a web page without reloading the whole webpage. In other words, AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. If application are not using AJAX, then it will have to reload the webpage on every request user made. -
JSON
In recent years, essence of XML has been reduced. JSON (JavaScript Object Notation) is often used as an alternative format for data interchange, although other formats such as preformatted HTML or plain text can also be used for data purpose. -
node.js
We Trip use Node.js for checking duplicate email address. Node.js has extraordinary features when it comes to developing real-time applications such as chats and gaming apps. It is also a good fit for the programs that need event-based server, as well as non-blocking driven servers.