0

I have stored tweets with "BYE" keyword from twitter in mongoDB.Now I need to built a single web page with search text box where I can search these tweets using angularJS.

Edit : I dont want to use any middleware.

0

2 Answers 2

2

you'll need to serve the data using one of java, c#, node, python blah blah blah.

Probably your best choice is an MVC framework of some sort that will facilitate producing the data in a restful manner. Language up to you ... (just not php ;-))

For example spring-mvc for java, .net mvc for c#.

Sign up to request clarification or add additional context in comments.

3 Comments

+1 about php ))) node + express + mongoose will be best choice I think
without using any middleware,is it possible..like using rest or something?
some databases like couchdb have a direct REST API. However, there exist some layers for mongoBD so you dont have to do much by yourself... docs.mongodb.org/ecosystem/tools/http-interfaces/
0

I did by using ElasticSearch.Elasticsearch uses standard RESTful APIs and JSON.It can be used with javascript also. Configure mongodb and elasticsearch using this link (this blog post quite old).

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.